home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / non player profile.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-25  |  9.0 KB  |  200 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <panel title="Non Player Profile Panel">
  3.  
  4.     <!-- attribute colouring -->
  5.     <integer id="exca" value="16" /> <!-- excellent threshold -->
  6.     <integer id="excn" value="11" /> <!-- normal threshold -->
  7.     <integer id="excl" value="6" /> <!-- low threshold -->
  8.  
  9.     
  10.     <!-- MAIN AREA -->
  11.     <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  12.     
  13.     <container class="titled_box" title="Staff Profile">
  14.     
  15.         <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="12"/>
  16.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  17.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  18.  
  19.         <!-- main box -->
  20.         <container>
  21.             <layout class="fit_children_attachment" alignment="vertical, extend" offset="0" gap="0"/>
  22.             <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" gap="0" layout_children="true"/>
  23.             <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0" />
  24.             <layout class="arrange_horizontal_attachment" alignment="right,fill" offset="0" gap="4"/>
  25.  
  26.             <!-- Personal Information Panel -->
  27.             <container>
  28.  
  29.                 <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
  30.                 
  31.                 <!-- WITH PORTRAIT -->
  32.                 <!-- this version of the table is used if the player portrait is visible -->
  33.                 <widget class="table" id="pld1" mode="fill_rows" layout="-1,-1,-1" auto_size_rows="true" stretch_to_fit_rows="true" row_spacing="0">
  34.                     <list id="headings">
  35.                         <record text="Personal Details" alignment="left, centre_y" column_span="3"/>
  36.                     </list>
  37.                     
  38.                     <list id="column_properties">
  39.                         <record indx="0" alignment="left,centre_y" spec="text"/>
  40.                         <record indx="1" alignment="right,centre_y" colour="selection"/>
  41.                         <record indx="2" alignment="right,centre_y" colour="selection"/>
  42.                     </list>
  43.         
  44.                     <list id="column_display_properties">
  45.                         <record indx="0" left="4" sort_disabled="true"/>
  46.                         <record indx="1" left="4" sort_disabled="true"/>
  47.                         <record indx="2" rght="4" sort_disabled="true"/>
  48.                     </list>
  49.                     
  50.                     <!-- Player Picture -->
  51.                     <widget class="group_box" row="0" col="0" column_span="2" row_span="5">
  52.                         <widget class="picture" id="ppic" auto_size="all">
  53.                             <layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>
  54.                             <layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
  55.                         </widget>
  56.                     </widget>
  57.                     
  58.                     <widget class="nation_button" id="pfna" col="1" row="0" icon_alignment="right,can_scale" column_span="2" dspf="1"/>
  59.                                         
  60.                     <widget class="international_appearances_label" id="pfcg" col="1" row="1" icon_alignment="right,can_scale" column_span="2" />
  61.                                         
  62.                     <widget class="label" id="pdob" col="1" row="2" column_span="2" />
  63.                     
  64.                     <widget class="label" id="pfag" col="1" row="3" column_span="2" />
  65.                     
  66.                     <widget class="label" id="prep" col="1" row="4" column_span="2" />
  67.  
  68.                     <widget class="label" text="Job" col="0" row="5" column_span="2" />
  69.                     <widget class="label" id="pjob" col="1" row="5" column_span="2" />
  70.                 </widget>
  71.                 
  72.                 <!-- WITHOUT PORTRAIT -->
  73.                 <!-- this version of the table is used if the player portrait is hidden -->
  74.                 <widget class="table" id="pld2" mode="fill_rows" layout="-1,-1,-1" auto_size_rows="true" stretch_to_fit_rows="true" row_spacing="0">
  75.                     <list id="headings">
  76.                         <record text="Personal Details" alignment="left, centre_y" column_span="3"/>
  77.                     </list>
  78.                     
  79.                     <list id="column_properties">
  80.                         <record indx="0" alignment="left,centre_y" spec="text"/>
  81.                         <record indx="1" alignment="right,centre_y" colour="selection"/>
  82.                         <record indx="2" alignment="right,centre_y" colour="selection"/>
  83.                     </list>
  84.         
  85.                     <list id="column_display_properties">
  86.                         <record indx="0" left="4" sort_disabled="true"/>
  87.                         <record indx="1" left="4" sort_disabled="true"/>
  88.                         <record indx="2" rght="4" sort_disabled="true"/>
  89.                     </list>
  90.                     
  91.                     <widget class="label" text="Nationality" col="0" row="0" column_span="2" />
  92.                     <widget class="nation_button" id="pfna" col="1" row="0" icon_alignment="right,can_scale" column_span="2" dspf="1"/>
  93.                                         
  94.                     <widget class="label" text="International" col="0" row="1" column_span="2" />
  95.                     <widget class="international_appearances_label" id="pfcg" col="1" row="1" icon_alignment="right,can_scale" column_span="2" />
  96.                                         
  97.                     <widget class="label" text="Born" col="0" row="2" column_span="2" />
  98.                     <widget class="label" id="pdob" col="1" row="2" column_span="2" />
  99.                     
  100.                     <widget class="label" text="Age" col="0" row="3" column_span="2" />
  101.                     <widget class="label" id="pfag" col="1" row="3" column_span="2" />
  102.                     
  103.                     <widget class="label" text="Reputation" col="0" row="4" column_span="2" />
  104.                     <widget class="label" id="prep" col="1" row="4" column_span="2" />
  105.  
  106.                     <widget class="label" text="Job" col="0" row="5" column_span="2" />
  107.                     <widget class="label" id="pjob" col="1" row="5" column_span="2" />
  108.                 </widget>
  109.                 
  110.             </container>
  111.     
  112.             <!-- Coaching panel -->
  113.             <container id="npcn">
  114.             
  115.                 <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  116.             
  117.                 <widget class="table" id="npct" mode="fill_rows" layout="-4,-1" auto_size_rows="true" stretch_to_fit_rows="true" row_spacing="0">
  118.                     <list id="headings">
  119.                         <record text="Coaching" alignment="left, centre_y" column_span="2"/>
  120.                     </list>
  121.                     
  122.                     <list id="column_properties">
  123.                         <record indx="0" alignment="left,centre_y" spec="text"/>
  124.                         <record indx="1" alignment="right,centre_y" colour="selection"/>
  125.                     </list>
  126.         
  127.                      <!-- small inset from sides of table -->
  128.                     <list id="column_display_properties">
  129.                         <record indx="0" left="4" sort_disabled="true"/>
  130.                         <record indx="1" rght="4" sort_disabled="true"/>
  131.                     </list>                
  132.                 </widget>
  133.             </container>
  134.     
  135.             <!-- Mental properties Panel -->
  136.             <container id="npmc">
  137.  
  138.                 <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  139.  
  140.                 <widget class="table" id="npmt" mode="fill_rows" layout="-4,-1" auto_size_rows="true" stretch_to_fit_rows="true" row_spacing="0">
  141.                     
  142.                     <list id="headings">
  143.                         <record text="Mental" alignment="left, centre_y" column_span="2"/>
  144.                     </list>
  145.                     
  146.                     <list id="column_properties">
  147.                         <record indx="0" alignment="left,centre_y" spec="text"/>
  148.                         <record indx="1" alignment="right,centre_y" colour="selection"/>
  149.                     </list>
  150.         
  151.                      <!-- small inset from sides of table -->
  152.                     <list id="column_display_properties">
  153.                         <record indx="0" left="4" sort_disabled="true"/>
  154.                         <record indx="1" rght="4" sort_disabled="true"/>
  155.                     </list>                
  156.                 </widget>
  157.             </container>
  158.     
  159.         </container>
  160.         
  161.         <!-- Tactics Panel -->
  162.         <container>
  163.             <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" gap="0"/>
  164.             <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>    
  165.             
  166.             <widget class="table" mode="fill_rows" id="npft" layout="-1,-1,-1,-1" auto_size_rows="true" stretch_to_fit_rows="true" row_spacing="0" row_span="0">
  167.                <layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
  168.                
  169.                 <boolean id="scst" value="true"/>
  170.                 <boolean id="sdst" value="true"/>
  171.         
  172.                 <list id="headings">
  173.                     <record text="Tactics" alignment="left, centre_y" column_span="4"/>
  174.                 </list>
  175.                 
  176.                 <list id="column_properties">
  177.                     <record indx="0" alignment="left,centre_y"/>
  178.                     <record indx="1" alignment="right,centre_y" colour="selection"/>
  179.                     <record indx="2" alignment="left,centre_y"/>
  180.                     <record indx="3" alignment="right,centre_y" colour="selection"/>
  181.                 </list>
  182.         
  183.                <list id="column_display_properties">
  184.                     <record indx="0" left="4" sort_disabled="true"/>
  185.                     <record indx="1" rght="4" sort_disabled="true"/>
  186.                     <record indx="2" left="4" sort_disabled="true"/>
  187.                     <record indx="3" rght="4" sort_disabled="true"/>
  188.                 </list>
  189.             </widget>
  190.         </container>
  191.         
  192.         <!-- Information Panel -->
  193.         <container id="infp">
  194.             <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" gap="0"/>
  195.             <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  196.         </container>
  197.     
  198.     </container>
  199.  
  200. </panel>